home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWStream / Sources / FWRanSin.cpp < prev    next >
Encoding:
Text File  |  1996-08-16  |  1.4 KB  |  44 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWRanSin.cpp
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #include "FWFound.hpp"
  11.  
  12. #ifndef FWRANSIN_H
  13. #include "FWRanSin.h"
  14. #endif
  15.  
  16.  
  17. //========================================================================================
  18. //    Template instantiations
  19. //========================================================================================
  20.  
  21. #include "FWSOMPtr.tpp"
  22.  
  23. FW_DEFINE_AUTO_TEMPLATE(FW_TSOMPtr, FW_ORandomAccessSink)
  24.  
  25. #if FW_USE_TEMPLATE_PRAGMAS
  26. #pragma template_access public
  27. #pragma template FW_TSOMPtr<FW_ORandomAccessSink>
  28. #endif
  29.  
  30. #if FW_ANSI_TEMPLATE_INTANTIATION
  31. template class FW_TSOMPtr<FW_ORandomAccessSink>;
  32. #endif
  33.  
  34. //========================================================================================
  35. // CLASS FW_PRandomAccessSink
  36. //========================================================================================
  37.  
  38. //----------------------------------------------------------------------------------------
  39. //    FW_PRandomAccessSink::~FW_PRandomAccessSink
  40. //----------------------------------------------------------------------------------------
  41. FW_PRandomAccessSink::~FW_PRandomAccessSink()
  42. {
  43. }
  44.